home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / cobol701.zip / WORD.CMD < prev   
OS/2 REXX Batch file  |  1991-05-25  |  3KB  |  56 lines

  1.                     Cobol Wordprocessor reference
  2.  
  3.  
  4. The Cobol wordprocessor is based on the (tm) WordStar command set.
  5. If you already know WordStar then you already know how to use the 
  6. Cobol Wordprocessor.
  7.  
  8. Here is a list of available commands.  Note: the ^ means that you 
  9. must hold down the control key while you press the command key.
  10.  
  11. You may also use the F-10 function key to bring down the menu.
  12.  
  13. The wordprocessor will automatically assign the .COB extension to your
  14. program.
  15.  
  16.  
  17.  
  18.      ^A      Left Word                     ^Q^S  To left on line
  19.      ^S      Left Character                ^Q^D  To right on line
  20.      ^D      Right Character               ^Q^J  Jump to marker
  21.      ^F      Right Word                    ^Q^I  Toggle auto indent mode
  22.      ^E      Up Line                       ^Q^R  To top of File
  23.      ^X      Down Line                     ^Q^C  To end of File
  24.      ^R      Up Page                       ^Q^B  To begin of Block
  25.      ^C      Down Page                     ^Q^K  To end of Block
  26.      ^W      Scroll Up                     ^Q 1  Jump to Marker 1
  27.      ^Z      Scroll Down                   ^Q 2  Jump to Marker 2
  28.      RETURN  New Line                      ....  ....
  29.      ^N      Insert Line                   ^Q 9  Jump to Marker 9
  30.      ^G, DEL Delete Character              ^Q^Y  Delete Line Right
  31.      BKSP    Delete Left Character         ^Q^F  Find Pattern
  32.      ^I      Tab                           ^Q^A  Find and Replace
  33.      ^T      Delete Word
  34.      ^Y      Delete Line                   ^K^S  Save File & Resume
  35.      ^B      Reformat Paragraph            ^K^D  Save & Open file
  36.      ^V      Toggle Insert Mode            ^K^X  Exit to DOS
  37.      ^L      Find Next Occurrence          ^K^Q  Abandon & open file
  38.      ^J      Beginning/End of line         ^K 1  Set Marker 1
  39.      ^P      Insert Char by ASCII          ^K 2  Set Marker 2
  40.                                            ....  ....
  41.      ^O^O    Open new window               ^K 9  Set Marker 9
  42.      ^O^L    Set Left Margin               ^K^B  Begin Block
  43.      ^O^R    Set Right Margin              ^K^K  End Block
  44.      ^O^C    Center Line                   ^K^H  Hide Block
  45.      ^O^K    Change Case                   ^K^C  Copy Block
  46.      ^O^S    Set UNDO Limit                ^K^V  Move Block
  47.      ^O^W    Toggle Wordwrap Mode          ^K^Y  Delete Block
  48.      ^O^G    Goto other window             ^K^W  Write Block
  49.      ^O^I    Goto Column                   ^K^R  Read block
  50.      ^O^N    Goto Line                     ^K^M  Set marker
  51.      ^O^Y    Destroy window                ^K^T  Define tab width
  52.      ESC     Undo last change              ^K^L  Lightning spell check
  53.      F10     Activate Pulldown Menus
  54.  
  55.  
  56.